/*
Author: Before Plus Bilisim
Root CSS File
*/

/* IMPORT */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/* ROOT COLOR */
:root{
	--ana-renk:#4466FB;
	--ana-renk2:#40434B;

}
/* ROOT CSS */
::selection {
	background: var(--ana-renk);
	color:#fff;
}
/* width */
::-webkit-scrollbar {
	width: 5.2px;
	scroll-behavior: smooth;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px white; 
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--ana-renk) !important; 
	border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #b30000; 
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color:var(--ana-renk);
}
.z-9999{z-index:9999};
.font-primary{
	font-family:"HVD Comic Serif Pro";
}
.lh-16{
	line-height:1.6;
}
.lh-13{line-height:1.3;}
.lh-30{line-height:30px;}
.lh-87{
	line-height:87px;
}
.text-info2{
	color:#00A9CE;
}
.btn-info2{
	background-color:#00A9CE;
	border-color:#00A9CE;
}
.bg-gray{
	background-color:#E2E2E2;
}
.bg-gray2{
	background-color:#E7E9EF;
}
.bg-gray3{
	background-color:#D6D7D8;
}
.bg-gray4{
	background-color:#EAEAEA;
}
.bg-blue{
	background-color:#5CBED9;
}
.bg-glight{
	background-color:#F0F8FF;
}

.fs-18{font-size:18px;}
.fs-17{font-size:17px;}
.fs-20{font-size:20px;}
.fs-21{font-size:21px;}
.fs-22{font-size:22px;}
.fs-24{font-size:24px;}
.fs-28{font-size:28px;}
.fs-12{font-size:12px !important;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-30{font-size:30px;}
.fs-36{font-size:36px;}
.fs-45{font-size:45px;}
.fs-52{font-size:52px;}
.fs-64{font-size:64px;}
.fw-500{
	font-weight:500 !important;
}
.fw-400{
	font-weight:400 !important;
}
.fw-300{
	font-weight:300 !important;
}
.text-shadow{
	text-shadow: 1px 1px 10px #000;
}
.text-primary2{
	color:var(--ana-renk) !important;
}
.text-dark2{
	color:#060526;
}
.text-primary3{
	color:var(--ana-renk2) !important;
}
.bg-primary2{
	background-color:var(--ana-renk);
}
.border-primary2{
	border-color:var(--ana-renk);
}
.bg-primary3{
	background-color:#005475;
	background-color:var(--ana-renk2);
}
.bg-warning2{
	background-color:#FFF3CD;	
}
.bg-anarenk3{
	background-color:#8480b5;
}
.opacity50{
	opacity:.7;
}
.btn-primary2{
	background-color:var(--ana-renk);
	border-color:var(--ana-renk) ;
	color:#fff !important;
}
.btn-primary2-outline{
	background-color:#fff;
	border-color:var(--ana-renk) ;
	color:var(--ana-renk) !important;
}
.btn-primary3{
	background-color:#fff;
	border-color:#fff ;
	color:var(--ana-renk) !important;
	font-size:16px;
	border-radius:8px;
	padding: 17px 32px;
	font-weight:400;
}
.btn-success2{
	background-color:#86C06A;
	border-color:#86C06A;
}
.text-warning2{color:#FE931b;}
.py-2-2 {
	padding-top: 0.6rem !important;
	padding-bottom: 0.6rem !important;
}

/*Yerlesik Ekranlar*/
@media (min-width:994px) and (max-width:2000px)
{

	.dropdown:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0px;
		border-radius:0;
	}
	.dropdown-menu a {
		padding:10px 20px 10px 20px !important;
	}
	.dropdown-toggle::after{display:none;}
	
}

.wp-button {
	position: fixed;
	display: flex;
	width: 55px;
	height: 55px;
	bottom: 30px;
	left: 15px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	/* text-align: center; */
	font-size: 30px;
	/* box-shadow: 1px 1px 6px #999; */
	z-index: 100;
	align-items: center;
	justify-content: center;
}
/* Before Top Start */
#beforeTop {
	display: inline-block;
	background-color:var(--ana-renk);
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#beforeTop::after {

	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#beforeTop:hover {
	cursor: pointer;
	background-color: #333;
}
#beforeTop:active {
	background-color: #555;
}
#beforeTop.show {
	opacity: 1;
	visibility: visible;
}
#beforeTop i{
	display: block;
	margin: auto;
	padding: 12px;
	color: #fff;
}
/* Before Top End */

/* Translate */
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
#google_translate_element2 {display:none!important;}
body{
	top:0px !important;
	overflow-x:hidden;
	position:inherit !important;
}

#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	background-color: rgb(14 30 47);
	z-index: 99;
}

#loading-image {
	z-index: 100;
	width:50%;
}

.arrowDown{
	position: absolute;
	/*top: 50%;*/
	left: 50%;
	/*transform: translate(-50%,-50%);*/
}
.arrowDown span{
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 5px solid #06A8FF;
	border-right: 5px solid #06A8FF;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}
.arrowDown span:nth-child(2){
	animation-delay: -0.2s;
}
.arrowDown span:nth-child(3){
	animation-delay: -0.4s;
}
@keyframes animate {
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px,-20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px,20px);
	}
}
/* Mobil Tablette de */
@media (min-width:280px) and (max-width:994px)
{
	.navbar-nav .nav-item a{
		justify-content: flex-start;
	}
	.pricing-section .single-pricing.active{
		-webkit-transform: scale(1);
		transform: scale(1);
		z-index: 2;
	}
	.comment-form-wrapper .comment-form .theme-btn, .comment-form-wrapper .contact-form .theme-btn, .contact-form-wrapper .comment-form .theme-btn, .contact-form-wrapper .contact-form .theme-btn {
		font-weight: 500;
		padding: 18px 26px;
		font-size:13px;
	}
}

.pricing-section .single-pricing h5{
	margin-bottom: 25px;
	font-weight: 600;
	font-size:25px;
}
.pricing-section .single-pricing.active h5{
	color: #3763eb;
}
.portfolio-section p{
	margin-top: 0;
	margin-bottom: 1rem;
}